Package | rki.demis.common |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://demis.rki.de/fhir/common/https://simplifier.net/resolve?scope=rki.demis.common@1.0.3&canonical=https://demis.rki.de/fhir/StructureDefinition/TransmittingSite |
Url | https://demis.rki.de/fhir/StructureDefinition/TransmittingSite |
Version | 1.4.0 |
Status | active |
Date | 2024-01-08 |
Name | TransmittingSite |
Title | Übermittlungsstelle |
Experimental | False |
Realm | de |
Description | Übermittlungsstelle |
Type | Organization |
Kind | resource |
No resources found
StructureDefinition | |
http://fhir.de/StructureDefinition/address-de-basis | Adresse, deutsches Basisprofil |
{
"resourceType" : "StructureDefinition",
"id" : "TransmittingSite",
"url" : "https://demis.rki.de/fhir/StructureDefinition/TransmittingSite",
"version" : "1.4.0",
"name" : "TransmittingSite",
"title" : "Ãbermittlungsstelle",
"status" : "active",
"date" : "2024-01-08",
"description" : "Ãbermittlungsstelle",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "servd",
"uri" : "http://www.omg.org/spec/ServD/1.0/",
"name" : "ServD"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Organization",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Organization.meta",
"path" : "Organization.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.meta.profile",
"path" : "Organization.meta.profile",
"min" : 1,
"max" : "1",
"fixedCanonical" : "https://demis.rki.de/fhir/StructureDefinition/TransmittingSite",
"mustSupport" : true
},
{
"id" : "Organization.identifier",
"path" : "Organization.identifier",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
}
},
{
"id" : "Organization.identifier:reportingSite",
"path" : "Organization.identifier",
"sliceName" : "reportingSite",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Organization.identifier:reportingSite.system",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.identifier.system",
"min" : 1,
"fixedUri" : "https://demis.rki.de/fhir/CodeSystem/reportingSite",
"mustSupport" : true
},
{
"id" : "Organization.identifier:reportingSite.value",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.identifier.value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.telecom",
"path" : "Organization.telecom",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "closed"
}
},
{
"id" : "Organization.telecom:phone",
"path" : "Organization.telecom",
"sliceName" : "phone"
},
{
"id" : "Organization.telecom:phone.system",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.telecom.system",
"min" : 1,
"fixedCode" : "phone",
"mustSupport" : true
},
{
"id" : "Organization.telecom:phone.value",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validPhoneNumber",
"severity" : "warning",
"human" : "Die Telefonnummer muss valide sein.",
"expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.telecom:fax",
"path" : "Organization.telecom",
"sliceName" : "fax"
},
{
"id" : "Organization.telecom:fax.system",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.telecom.system",
"min" : 1,
"fixedCode" : "fax",
"mustSupport" : true
},
{
"id" : "Organization.telecom:fax.value",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validFaxNumber",
"severity" : "warning",
"human" : "Die Faxnummer muss valide sein.",
"expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.telecom:email",
"path" : "Organization.telecom",
"sliceName" : "email"
},
{
"id" : "Organization.telecom:email.system",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.telecom.system",
"min" : 1,
"fixedCode" : "email",
"mustSupport" : true
},
{
"id" : "Organization.telecom:email.value",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validEmailAddress",
"severity" : "warning",
"human" : "Die E-Mail-Adresse muss valide sein.",
"expression" : "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.address",
"path" : "Organization.address",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
]
},
{
"id" : "Organization.contact.telecom",
"path" : "Organization.contact.telecom",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
}
},
{
"id" : "Organization.contact.telecom:phone",
"path" : "Organization.contact.telecom",
"sliceName" : "phone"
},
{
"id" : "Organization.contact.telecom:phone.system",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.contact.telecom.system",
"min" : 1,
"fixedCode" : "phone",
"mustSupport" : true
},
{
"id" : "Organization.contact.telecom:phone.value",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.contact.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validPhoneNumber",
"severity" : "warning",
"human" : "Die Telefonnummer muss valide sein.",
"expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.contact.telecom:fax",
"path" : "Organization.contact.telecom",
"sliceName" : "fax"
},
{
"id" : "Organization.contact.telecom:fax.system",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.contact.telecom.system",
"min" : 1,
"fixedCode" : "fax",
"mustSupport" : true
},
{
"id" : "Organization.contact.telecom:fax.value",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.contact.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validFaxNumber",
"severity" : "warning",
"human" : "Die Faxnummer muss valide sein.",
"expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.contact.telecom:email",
"path" : "Organization.contact.telecom",
"sliceName" : "email"
},
{
"id" : "Organization.contact.telecom:email.system",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.contact.telecom.system",
"min" : 1,
"fixedCode" : "email",
"mustSupport" : true
},
{
"id" : "Organization.contact.telecom:email.value",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Organization.contact.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validEmailAddress",
"severity" : "warning",
"human" : "Die E-Mail-Adresse muss valide sein.",
"expression" : "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$')"
}
],
"mustSupport" : true
},
{
"id" : "Organization.contact.address",
"path" : "Organization.contact.address",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
]
},
{
"id" : "Organization.endpoint",
"path" : "Organization.endpoint",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.